Skip to main content

Bank Statement Connect Session

POST /api/v1/BankStatement/connect-session

Parameters

  • version (string, path, required): The version of the API.

Headers

  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages: fr, en.

Request Body

  • Media Type: application/json

Example Value

{
"app": "string",
"institution": "string",
"auth_method": "string"
}

Responses

200 Success

Media Type: application/json

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v1/BankStatement/connect-session \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!